From: Luc Teirlinck Date: Sun, 26 Oct 2003 18:48:19 +0000 (+0000) Subject: (Fsetplist): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~25116 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=903c3ee028980cb88e22ef4fb92b3c600fad86cd;p=emacs.git (Fsetplist): Doc fix. --- diff --git a/src/data.c b/src/data.c index 3585d2d105b..c397bc146c4 100644 --- a/src/data.c +++ b/src/data.c @@ -728,7 +728,7 @@ determined by DEFINITION. */) } DEFUN ("setplist", Fsetplist, Ssetplist, 2, 2, 0, - doc: /* Set SYMBOL's property list to NEWVAL, and return NEWVAL. */) + doc: /* Set SYMBOL's property list to NEWPLIST, and return NEWPLIST. */) (symbol, newplist) register Lisp_Object symbol, newplist; {